projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da0d974
)
babl/babl-model.c: upstream file restored
author
Matteo F. Vescovi
<mfv.debian@gmail.com>
Tue, 7 Feb 2012 13:19:02 +0000
(14:19 +0100)
committer
Matteo F. Vescovi
<mfv.debian@gmail.com>
Tue, 7 Feb 2012 13:19:02 +0000
(14:19 +0100)
Following NMU, this upstream file has been modified directly,
instead of providing the change through a patch.
Signed-off-by: Matteo F. Vescovi <mfv.debian@gmail.com>
Git-Dch: Short
babl/babl-model.c
patch
|
blob
|
history
diff --git
a/babl/babl-model.c
b/babl/babl-model.c
index 16a99b2d2db11b53c9c44a544feb8681ed9376ad..5fd49085aea22caed83faeb6d523af6cfc3aa574 100644
(file)
--- a/
babl/babl-model.c
+++ b/
babl/babl-model.c
@@
-46,7
+46,7
@@
create_name (const char *name,
return name;
while (components--)
{
- sprintf (p,
"%s",
(*component)->instance.name);
+ sprintf (p, (*component)->instance.name);
p += strlen ((*component)->instance.name);
component++;
}